####################################################################
#
# HoI - CORE US
#
# LIMIT:  322000 - x
#
# 322000 to 322001 - USED
# 322002 - Political: Commitment to Canada I
# 322003 - Political: Commitment to Canada II
# 322004 - Manpower: Selective Service Act
# 322005 - Manpower: War Mobilization
# 322006 - USA-North-american press shows the horrors of Spanish War
# 322007 - France kicked out of Europe
# from here added in 0.2
# 322008 - Second New Deal (by Mettermrck)
# 322009 - A Just and Proper Deal (by Mettermrck)
# 322010 - Revisions of the Neutrality Act (by Mettermrck)
# 322011 - The Homeland Act (by Mettermrck)
# 322012 - Restoration of the Neutrality Acts (by Mettermrck)
# 322013 - Neutrality Act Reform (by Mettermrck)
# 322014 - Prosperity for the People (by Mettermrck)
# 322015 - Arsenal of Democracy (by Mettermrck)
# 322016 - Our Boys Will Stay Home (by Mettermrck)
# 322017 - Armory of Freedom (by Mettermrck)
# 322018 - Guns For Liberty (by Mettermrck)
# 322019 - Boulder Dam Completed (by Burris)
# 322020 - Golden Gate Bridge Completed (by Burris)
# 322021 - Dominican-Haiti Crisis (by Burris)
# 322022 - Switzerland asks for help (by Burris)
# 322023 - Switzerland asks for help Fulfill (by Burris)
# 322024 - Transfer Iceland to US control (by Steel)
# 322025 - The Court-Packing Plan (by Mettermrck)
# 322026 - Mid-Term Elections 1938 (by Mettermrck)
# 322027 - Mid-Term Elections 1942 (by Mettermrck)
# 322028 - Mid-Term Elections 1946 (by Mettermrck)
# 322029 - German Aggression on Brittish Isles, US ultimatum (by Copper Nicus, based on Bolt work)
# 322030 - US ultimatum, USA decision (by Copper Nicus)
# 322031 - Decline of the Dust Bowl (by Prufrock451 & Mettermrck)
# 322032 - The Great Hurricane of 1938 (by Prufrock451 & Mettermrck)
# 322033 - Leon Trotsky Assasination (by Copper Nicus)
# 322034 - Kellogg Peace Act violated (by Steel)
# 322035 - US responds to Eire's offer (by JRaup)
# 322036 - The Crusade for Democracy at Home (by Ming)
# 322037 - New war in Europe, US reaction (by Copper Nicus)
#########################################
# United States Flavor Events
# by MateDow and Marlborough
#
# 322076- 1936 World Series Event
# 322077- 1937 World Series Event
# 322078- 1938 World Series Event
# 322079- 1939 World Series Event
# 322080- Casablanca Opens Event
# 322081- War of the Worlds Event
# 322082- US Hindenburg Crashes Event
# 322083- 1940 World Series Event
# 322084- 1941 World Series Event
#
#########################################
#
####################################################################

#####################################
# Political: Commitment to Canada I (by McNaughton)
#####################################

event = { 
	id = 322002
	random = no
	country = USA

	trigger = {
		headofstate = 6001 # F.D.R.
		}

	name = "U.S.A. President gives assurances"
	desc = "I can give assurance to you that the people of the United States will not stand idly by if domination of Canadian soil is threatened by any other empire."
	style = 0

	date = { day = 18 month = august year = 1938 } 
	offset = 5
	deathdate = { day = 30 month = december year = 1940 } 

	action_a = {
			name = "Ok"
			command = { type = trigger which = 402004 } # Canada
		}
	action_b = {
			name = "No, Canada must protect itself"
			command = { type = sleepevent which = 322003 } # Canada
	}
}


######################################
# Political: Commitment to Canada II #
# by McNaughton		     	     #
######################################

event = { 
	id = 322003
	random = no
	country = USA

	trigger = {
		OR = {
			headofstate = 6001 # F.D.R. 
			headofstate = 6027 # Harry S. Truman
			}
		event = 322002
		OR = { 
			control = { province = 153 data = GER } 
			control = { province = 100 data = GER } 
			control = { province = 153 data = ITA } 
			control = { province = 100 data = ITA } 
			control = { province = 153 data = JAP } 
			control	= { province = 100 data = JAP } 
			control = { province = 153 data = SOV } 
			control = { province = 100 data = SOV } 
			}
		}

	name = "Canada Invaded!"
	desc = "In 1938 the President proclaimed that should Canada be invaded the United States will immediately come to their aid."
	style = 0

	date = { day = 18 month = august year = 1938 } 
	offset = 5
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "Fulfil your promise"
			command = { type = alliance which = CAN }
			command = { type = dissent value = 3 }
	}
	action_b = {
			name = "Flee from your responsibilities"
			command = { type = dissent value = 20 }
	}
}

###################################
# Manpower: Selective Service Act #
# by Mettermrck			  #
###################################

event = { 
	id = 322004
	random = no
	country = USA

	trigger = { 
		atwar = no
		control = { province = 527 data = GER } #Paris
		}

	name = "Selective Service Act"
	desc = "Millions of American men register for military service."
	style = 0

	date = { day = 18 month = august year = 1938 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 } 

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 2000 }
			command = { type = dissent value = 2 }
		}
}

##############################
# Manpower: War Mobilization #
# by McNaughton		     #
##############################

event = { 
	id = 322005
	random = no
	country = USA

	trigger = { 
		atwar = yes 
		}

	name = "WAR!"
	desc = "Millions volunteer and civilians are conscripted for military service."
	style = 0

	action_a = {
			name = "OK"
			command = { type = manpowerpool value = 5000 }
			command = { type = dissent value = -5 }
		}
}

#########################################################
# USA-North-american press shows the horrors of Spanish War
# by nachinus
#########################################################
event = {
	id = 322006
	trigger = {
		atwar = no
		war = { country = SPA country = SPR }
		control = { province = 977 data = SPA } # Badajoz
		control = { province = 967 data = SPA } # Zaragoza
		NOT = {
			OR = {
				alliance = { country = USA country = GER }
				alliance = { country = USA country = ITA }
				alliance = { country = USA country = SPA }
				}
			}
		}

	random = no
	country = USA
	name = "North-American Press shows the horrors of Spanish War."
	desc = "-'There isn't any chance of reconciliation?'. -'No, we fight for Spain. They fight against Spain. We're determined to proceed at any cost'. -'But you'll have to kill half the population of Spain!'. -'I've said at any cost!'. This is a piece of an interview to Franco by an american reporter a few months after the start of the war. North-american press was the main responsible of showing to the world the horrors and bestialities commited by both sides: in fascist side as a extermination policy and in Republican side by militias, who ignoring governments orders, took justice in their own hands. Many public figures travelled to Spain at this time, like Capa or Hemingway who later, with inspiration from his experience in the conflict, wrote his famous novel: 'For whom the bell tolls?'."
	style = 0

	date = { day = 1 month = april year = 1937 }
	offset = 60 # Check for trigger conditions every 60 days
	deathdate = { day = 30 month = october year = 1939 }

	action_a = {
		name = "It's terrible, but we can't do anything."
		command = { type = warentry which = USA value = -1 }
	}
	action_b = {
		name = "Send humanitarian help to the Republic."
		command = { type = alignment which = fascist value = -2 }
		command = { type = supplies value = -50 }
		command = { type = trigger which = 802000 } #SPR gets humanitary help
	}
}

#########################################################
# USA- France kicked out of europe
# by Generalisimo
#########################################################
event = {
	id = 322007
	trigger = {
		#atwar = no
		exists = VIC
		control = { province = 212 data = USA } # Miami
		control = { province = 312 data = FRA } # Cayenne
		}
	random = no
	country = USA
	name = "France has been defeated"
	desc = "France has been defeated by the mighty forces of Germany. Should we help the French forces in exile or will we keep watching?"
	style = 0

	date = { day = 1 month = april year = 1936 }
	offset = 2 
	deathdate = { day = 30 month = october year = 1946 }

	action_a = {
		name = "Help them"
		command = { type = convoy which = 212 value = 312 when = 31 }
		}
	action_b = {
		name = "It's not our time"
		command = { type = warentry which = USA value = -5 }
		}
}

###################################
# Manpower: IC return to USA 	  #
# by Mettermrck 		  #
# 322008 to 322018 		  #
###################################

event = { 
id = 322008
random = no
country = USA

trigger = { 
	headofgovernment = 6035 
	}

name = "Second New Deal"
desc = "Although passed in 1935, it was not until Roosevelt's election victory in 1936 that the legislation of his 'Second New Deal' was considered permanent. Including the Works Progress Administration, National Labor Relations Act, and the Social Security Act, this program was designed to boost production and put the great masses of unemployed to work. A mixed success, it did help restore the confidence of the American public as it eased its way out of the Great Depression."

	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Full program of industrial, commercial, and social reform"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 121 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = industry which = 192 value = 5 }
	command = { type = industry which = 122 value = 5 }
	command = { type = industry which = 125 value = 5 }
	command = { type = industry which = 177 value = 5 }
	command = { type = industry which = 178 value = 5 }
	command = { type = dissent value = 5 }
	}
action_b = {
	name = "Limit reforms to commercial investments"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 121 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = dissent value = 3 }
	}
action_c = {
	name = "Limited Spending"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = warentry which = USA value = -5 }
	}
}

event = { 
id = 322009
random = no
country = USA
trigger = { headofgovernment = 6053 }

name = "A Just and Proper Deal"
desc = "The Republicans were eager after their electoral victory in 1936 to dismantle Roosevelt's social legislation. Fearing a public backlash, they chose their course with care, debating between gradual removal of each provision of the New Deal, or whether to eliminate the entire package in one bill of repeal. Pundits dubbed it the 'Just and Proper Deal', and it spelled the end of Roosevelts legacy. Nervous investors watched carefully to see what the economic implications were. President Alf Landon proposed the first of the bills in early 1937."

	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Its Not the Governments Place to Regulate Industry  Full Repeal!"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = dissent value = -2 }
	command = { type = warentry which = USA value = -30 }
	}
action_b = {
	name = "We need a little business expansion  Gradual Rollback"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 121 value = 5 }
	command = { type = dissent value = 2 }
	command = { type = warentry which = USA value = -15 }
	}
}

event = { 
id = 322010
random = no
country = USA
trigger = { headofgovernment = 6035 }

name = "Revisions of the Neutrality Act"
desc = "Roosevelt spent his second term revising the terms of the restrictive Neutrality Acts of the early 1930s, trying to slowly prepare American business for conflicts that were looming in Europe and Asia. The adjustments to the neutrality laws permitted some forms of munitions exports, albeit less than Roosevelt had hoped for. In the end, munitions forms were satisfied with an opportunity to increase their profits by shipping more arms overseas. Roosevelt's reelection victory in 1940 made this transition complete."
style = 0

	date = { day = 1 month = january year = 1940 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Maintain the looser restrictions on munitions exports"
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = industry which = 203 value = 5 }
	command = { type = industry which = 204 value = 5 }
	command = { type = industry which = 217 value = 5 }
	command = { type = dissent value = 2 }
	}
action_b = {
	name = "Go Further  remove almost all restrictions on munitions exports"
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = industry which = 203 value = 5 }
	command = { type = industry which = 204 value = 5 }
	command = { type = industry which = 217 value = 5 }
	command = { type = industry which = 117 value = 5 }
	command = { type = industry which = 191 value = 5 }
	command = { type = industry which = 193 value = 5 }
	command = { type = industry which = 195 value = 5 }
	command = { type = industry which = 129 value = 5 }
	command = { type = dissent value = 5 }
	command = { type = warentry which = USA value = 5 }
	}
action_c = {
	name = "Increased Congressional opposition  restore embargos on arms exports"
	command = { type = industry which = 8 value = 5 }
	command = { type = dissent value = -2 }
	command = { type = warentry which = USA value = -10 }
	}
}

event = { 
id = 322011
random = no
country = USA
trigger = { headofgovernment = 6053 }

name = "The Homeland Act"
desc = "Pleased by his repeal of the New Deal programs in the late 1930s, isolationists rallied around Alf Landon, leading to a huge reelection victory over his Democratic opponents in 1940. Flush with success, Landon embarked on a new program designed to curb the power of the munitions companies, who were calling for loosening of the restrictive Neutrality Acts. With war looming in Europe, Republicans wanted to keep America out, and arms exports seen as a dangerous way of getting involved in unwanted conflicts. To prevent this, Landon proposed the Homeland Act, a program of restrictions designed to tighten, if not eliminate, arms exports outside of the country."
style = 0

	date = { day = 1 month = january year = 1940 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Pass the act! Tighten arms embargos"
	command = { type = dissent value = -5 }
	command = { type = warentry which = USA value = -20 }
	}
action_b = {
	name = "Compromise  maintain arms embargos"
	command = { type = industry which = 8 value = 5 }
	command = { type = dissent value = -3 }
	command = { type = warentry which = USA value = -5 }
	}
action_c = {
	name = "Give in to munitions companies  loosen restrictions on munitions exports"
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = industry which = 203 value = 5 }
	command = { type = dissent value = 2 }
	}
}

event = { 
id = 322012
random = no
country = USA
trigger = { headofgovernment = 6058 }

name = "Restoration of the Neutrality Acts"
desc = "During the election campaign of 1940, Wendell Wilkie supported foreign policies that many critics pointed out were not much different than Roosevelts. To distance himself from his opponent, Wilkie became increasingly critical of Roosevelt as a 'warmonger', someone trying to get America into war as soon as possible. The success of this strategy prompted Wilkie to adopt increasingly isolationist positions as his lead in the polls increase. He adopted the famous slogan Repeal Roosevelt, promising to restore the restrictive Neutrality Acts of the 1930s. Wilkie was elected by a large margin and had to consider fulfilling his promise."
style = 0
	
	date = { day = 1 month = january year = 1940 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Restore only some of the provisions of the Neutrality Acts  Limited Reform"
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = dissent value = 1 }
	command = { type = warentry which = USA value = -10 }
	}
action_b = {
	name = "Fulfill campaign promise  restore Neutrality Acts"
	command = { type = industry which = 8 value = 5 }
	command = { type = dissent value = -3 }
	command = { type = warentry which = USA value = -20 }
	}
action_c = {
	name = "It was a rash statement  quietly ignore the issue"
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = industry which = 203 value = 5 }
	command = { type = dissent value = 3 }
	}
}

event = { 
id = 322013
random = no
country = USA
trigger = { headofgovernment = 6072 }

name = "Neutrality Act Reform"
desc = "World events of the late 1930s made many Americans question the wisdom of isolationism and the policies of President Landon. The mediocre success of his Just and Fair Deal led many to wish for a return of the progressive Democratic legislation of the early 1930s. Campaigning in favor of an increased American role in world affairs and bringing back some of the New Deal programs, Alfred Smith succeeded in winning a major electoral victory in 1940, defeating Alf Landon and bringing the Democrats back to power. The major part of President Smith's foreign policy was the reform of the restrictive Neutrality Acts, passed in the early 1930s."
style = 0
	
	date = { day = 1 month = january year = 1940 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "We can't ignore the world any longer" #loosen restrictions on munitions exports
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = industry which = 203 value = 5 }
	command = { type = industry which = 204 value = 5 }
	command = { type = dissent value = 2 }
}
action_b = {
	name = "Concentrate on domestic issues" # maintain the Neutrality Acts
	command = { type = industry which = 8 value = 5 }
	command = { type = dissent value = -3 }
	command = { type = warentry which = USA value = -10 }
	}
}

event = { 
id = 322014
random = no
country = USA
trigger = { headofgovernment = 6067 }

name = "Prosperity for the People"
desc = "The failure of government policies in the late 1930s increased social dissent and kept America firmly out of any foreign involvement. Emboldened by this growth of isolationist sentiment, the Republicans turned to Robert Taft as their Presidential candidate in 1940. Condemning the mistakes of the past and the New Deal, Taft sought to restore public confidence and wealth by going after the corrupt businessmen and magnates who he said 'were a blot on the American landscape.' Swept into office on a tide of public enthusiasm, Taft immediately went to work, proposed his first round of legislation, the 'Prosperity for the People' program, a series of laws criminalizing bad business behavior, coupled with a program of high protective tariffs and bans on arms exports."
style = 0

	date = { day = 1 month = january year = 1940 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Keep the tycoons in line! Pass the Full Act"
	command = { type = dissent value = -2 }
	command = { type = warentry which = USA value = -20 }
	}
action_b = {
	name = "Industry must be made to serve the people  Radical Reform"
	command = { type = industry which = 122 value = -5 }
	command = { type = industry which = 125 value = -5 }
	command = { type = dissent value = -5 }
	command = { type = warentry which = USA value = -10 }
	}
action_c = {
	name = "We need businessmen for something  Limited Reform"
	command = { type = industry which = 8 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = dissent value = 3 }
	command = { type = warentry which = USA value = -5 }
	}
}

event = { 
id = 322015
random = no
country = USA
trigger = { headofgovernment = 6035 }

name = "Arsenal of Democracy"
desc = "The growing conflict in Europe convinced President Roosevelt that America had to get involved and bring its industrial power over to the side of the Allies. He explained these concepts in his March, 1941 speech, referring to America as the 'Arsenal of Democracy'. Through force of will and gradual persuasion, Roosevelt increased American aid to Allied belligerents and slowly convinced more and more of the folks at home that war was inevitable."
style = 0

	date = { day = 1 month = march year = 1941 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Pledge material aid to the Allies"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = industry which = 122 value = 5 }
	command = { type = industry which = 125 value = 5 }
	command = { type = industry which = 177 value = 5 }
	command = { type = industry which = 178 value = 5 }
	command = { type = industry which = 181 value = 5 }
	command = { type = industry which = 203 value = 5 }
	command = { type = industry which = 217 value = 5 }
	command = { type = industry which = 125 value = 5 }
	command = { type = industry which = 177 value = 5 }
	command = { type = industry which = 125 value = 5 }
	command = { type = industry which = 177 value = 5 }
	command = { type = dissent value = 1 }
	}
action_b = {
	name = "Provide limited aid to Allied belligerents"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = industry which = 122 value = 5 }
	command = { type = warentry which = USA value = -5 }
	}
action_c = {
	name = "Delete the phrase from the speech  Avoid domestic backlash"
	command = { type = dissent value = -3 }
	command = { type = sleepevent which = 3700 } #No Lend-Lease
	command = { type = warentry which = USA value = -10 }
	}
}

event = { 
id = 322016
random = no
country = USA
trigger = { headofgovernment = 6053 }

name = "Our Boys Will Stay Home"
desc = "The growing wars overseas frightened many Americans into calling for increased foreign aid and involvement. Fearing the Democrats taking advantage of the interventionist sentiment, President Landon gave his famous speech of March, 1941, speaking out about the horrors of the war and how America would prosper by staying out of it. To rousing cheers, Landon concluded with his famous line, Let the fools die, for our boys will stay home!"
style = 0

	date = { day = 1 month = march year = 1941 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Absolutely no aid to belligerents!"
	command = { type = dissent value = -3 }
	command = { type = sleepevent which = 3700 } #No Lend-Lease
	command = { type = warentry which = USA value = -20 }
	}
action_b = {
	name = "Pledge normal trading to all belligerents"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = dissent value = 1 }
	command = { type = sleepevent which = 3700 } #No Lend-Lease
	command = { type = warentry which = USA value = -10 }
	}
action_c = {
	name = "Offer quiet aid to Allies"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = dissent value = 2 }
	}
}

event = { 
id = 322017
random = no
country = USA
trigger = { headofgovernment = 6058 }

name = "Armory of Freedom"
desc = "History recorded President Wilkie as a reluctant interventionist. Originally supportive of foreign involvement, Wendell Wilkie had used isolationism to get elected. As war broke out overseas, he found himself returning to form and seeing a need for some US involvement. Heavy isolationist opposition made this almost impossible, and things came to a head in March, 1941, when Wilkie gave his famous speech calling on Americans to open their minds and hearts to the troubles of this world, and become the true Armory of Freedom. It was a speech designed to minimize the backlash his programs of foreign aid would create."
style = 0

	date = { day = 1 month = march year = 1941 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Well do what we can"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = dissent value = 3 }
	}
action_b = {
	name = "Provide steady stream of aid to the Allies"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = industry which = 122 value = 5 }
	command = { type = industry which = 125 value = 5 }
	command = { type = industry which = 177 value = 5 }
	command = { type = industry which = 178 value = 5 }
	command = { type = dissent value = 5 }
	}
action_c = {
	name = "What an awful speech! Too risky to provide aid"
	command = { type = dissent value = -3 }
	command = { type = sleepevent which = 3700 } #No Lend-Lease
	command = { type = warentry which = USA value = -20 }
	}
}

event = { 
id = 322018
random = no
country = USA
trigger = { headofgovernment = 6072 }

name = "Guns For Liberty"
desc = "Throughout his term as President, Alfred Smith found it difficult to pass the programs of social reform and military increases he had proposed. A strong Republican Congress kept him from bringing back any of the New Deal programs of Roosevelt, and his foreign policy was increasingly mocked in government circles. To counteract this rise in isolationism, Smith gave a notable speech in March, 1941, where he called on Americans to dream big, and use America's prosperity to provide 'Guns For Liberty' for the Allies overseas."
style = 0
	date = { day = 1 month = march year = 1941 } 
	offset = 90
	#deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Provide limited aid"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = dissent value = 3 }
	}
action_b = {
	name = "Help our friends! Provide increase aid to Allies"
	command = { type = industry which = 112 value = 5 }
	command = { type = industry which = 116 value = 5 }
	command = { type = industry which = 187 value = 5 }
	command = { type = industry which = 188 value = 5 }
	command = { type = industry which = 122 value = 5 }
	command = { type = dissent value = 5 }
	}
action_c = {
	name = "We need to get reelected  avoid any foreign aid proposals"
	command	= { type = dissent value = -3 }
	command = { type = sleepevent which = 3700 } #No Lend-Lease
	command = { type = warentry which = USA value = -20 }
	}
}

########################################################################
# Boulder Dam Completed
# by Burris
########################################################################
event = {  
	id = 322019
	random = no 
	country = USA
	trigger = {
		headofgovernment =  6035
		random = 70
		}

	name = "Boulder Dam Completed!"
	desc = "Part of President Franklin Delano Roosevelts 5 year plan, the dam was a mammoth project that brought more electrical sources to isolated areas in the interior of the USA. The job employed a significant amount of workers. It was a real sign that Roosevelts plan could very well work."
	style = 0

        date = { day = 1 month = march year = 1936 }
        offset = 3         
	deathdate = { day = 30 month = march year = 1936 }

	action_a = {
		name = "American Ingenuity at its Finest"
                command = { type = industry which = 86 value = 1 }
	}
}

########################################################################
# Golden Gate Bridge Completed
# by Burris
########################################################################
event = { 
	id = 322020
	random = no 
	country = USA
	trigger = {
		headofgovernment =  6035
		random = 80
		}
	name = "Golden Gate Bridge!"
	desc = "One of the largest and most ambitious projects ever attempted in engineering, the Golden Gate Bridge linked Oakland to San Fransisco. On May 27, 1937 the bridge was finally completed. Like the boulder dam, it served to bring thousands of jobs to the west coast, and gave people valueable work experience."
	style = 0

        date = { day = 27 month = may year = 1937 }
        offset = 1
	deathdate = { day = 30 month = may year = 1937 }

	action_a = {
		name = "American Ingenuity at its Finest"
                command = { type = industry which = 158 value = 1 }
                command = { type = infrastructure  which = 158 value = 0.89 }
	}
}

#########################################################################
# Dominica-Haiti Crisis
# by Burris
#########################################################################
event = { 
	id = 322021
	random = no
	country = USA

	# triggered 602002

	name = "Dominican Republic-Haiti Crisis"
	desc = "Under the brutal rule of Trujillo, almost all progress the administration before was erased. Now rumours began to trickle in that Trujillo was killing Haitians by the thousands. Haiti was prepared for a war. But the USA wanted to negotiate peace between the two. "
	style = 0
	
	action_a = {
		name = "Favour the Dominican Republic" # Steel Simulates the Cash Settlement
		command = {  type = steelpool  value = 100 which = DOM }
	}
	action_b = {
		name = "Favour Haiti"
		command = {  type = steelpool  value = 100 which = HAI }
	}
	action_c = {
		name = "Help Both Settle"
		command = {  type = steelpool  value = 100 which = DOM }		
		command = {  type = steelpool  value = 100 which = HAI }
	}
}

#########################################################################
# 322022 - Switzerland asks for help (by Burris)
#########################################################################
event = {
id = 322022
random = no
country = USA

	# triggered by SCH 652002 

name = "Switzerland asks for Help"
desc = "During April-May 1939, Swiss envoys pleaded with the US (Neutral at this time) to supply her country with supplies at the event of a war in Europe. At first the US denied these requests, but eventually did agree, and by the time war broke out in Septemeber the US was sending supplies to Switzerland."
style = 0

action_a = {
	name = "Our Friends in Switzerland need help!"
	command = { type = trigger which = 652003 }
	}
action_b = {
	name = "We can't send help"
	command = { type = trigger which = 652004 }
	}
}

#########################################################################
# 322023 - Switzerland asks for help Fulfill (by Burris)
#########################################################################
event = {
id = 322023
random = no
country = USA

trigger = { 
	AND = {
		event = 652003 # USA agrees
		OR = {
			event = 2028 # Danzig requests rejected by Poland
			alliance = { country = POL country = GER }
			war = { country = ENG country = GER }
			}
		}
	}

name = "War in Europe - Fulfill obligations?"
desc = "With the unfortunate outbreak of war in Europe, the USA fufilled its agreements with Switzerland and sent supplies."
style = 0

action_a = {
name = "Send the supplies!"
	command = { type = trigger which = 652005 }
	command = { type = coalpool value = -500 }
	command = { type = steelpool value = -500 }
	command = { type = oilpool value = -100 }
	command = { type = rubberpool value = -50 }
	command = { type = supplies value = -1000 }
	}
action_b = {
	name = "We need our supplies."
	command = { type = trigger which = 652006 }
	}
}

#########################################################################
# USA Mid-Term Elections
# 322025 - The Court-Packing Plan (by Mettermrck)
#########################################################################
event = { 
id = 322025
random = no
country = USA
trigger = { headofgovernment = 6035 }

name = "The Court-Packing Plan"
desc = "The Supreme Court was declaring many of Roosevelt's New Deal programs unconstitutional in 1936. Fearing a collapse of his reforms, Roosevelt embarked on a plan to influence the makeup of the Supreme Court. Proposed in early 1937, it was designed to expand the number of judges from 9 to 15, as well as encourage retirement of justices by age 70 with full pay."
style = 0

date = { day = 1 month = january year = 1937 } 
offset = 60

action_a = {
	name = "The country objects! No program is passed"
	command = { type = dissent value = 1 }
	command = { type = alignment which = democratic value = 10 }
	}
action_b = {
	name = "The Plan was a big mistake - Major negative reaction"
	command = { type = dissent value = 5 }
	command = { type = alignment which = communist value = 10 }
	}
action_c = {
	name = "Reorganization passed - the Supreme Court will toe the line"
	command = { type = dissent value = 2 }
	command = { type = alignment which = fascist value = 10 }
	}
}

#########################################################################
# USA Mid-Term Elections
# 322026 - Mid-Term Elections 1938 (by Mettermrck)
#########################################################################
event = { 
id = 322026
random = no
country = USA
trigger = { alignment = democratic }

name = "Mid-Term Elections 1938"
desc = "The mid-term elections were a good way to gauge public reaction to the President's policies in the first two years of the term. They also signaled a realignment in the balance of power in the legislative branch. Voters turn out to the polls to grade their President!"
style = 0

date = { day = 1 month = november year = 1938 } 
offset = 7

action_a = {
	name = "The President is doing a lousy job - Congressional seats lost"
	command = { type = dissent value = 1 }
	command = { type = alignment which = democratic value = 10 }
	}
action_b = {
	name = "Voters back the President - party gains more seats in Congress"
	command = { type = dissent value = -1 }
	command = { type = alignment which = fascist value = 10 }
	}
action_c = {
	name = "Voters begin to lose faith in the party"
	command = { type = dissent value = 2 }
	command = { type = alignment which = communist value = 10 }
	}
}

#########################################################################
# USA Mid-Term Elections
# 322027 - Mid-Term Elections 1942 (by Mettermrck)
#########################################################################
event = { 
id = 322027
random = no
country = USA
trigger = { alignment = democratic }

name = "Mid-Term Elections 1942"
desc = "The mid-term elections were a good way to gauge public reaction to the President's policies in the first two years of the term. They also signaled a realignment in the balance of power in the legislative branch. Voters turn out to the polls to grade their President!"
style = 0

date = { day = 1 month = november year = 1942 } 
offset = 7

action_a = {
	name = "The President is doing a lousy job - Congressional seats lost"
	command = { type = dissent value = 1 }
	command = { type = alignment which = democratic value = 10 }
	}
action_b = {
	name = "Voters back the President - party gains more seats in Congress"
	command = { type = dissent value = -1 }
	command = { type = alignment which = fascist value = 10 }
	}
action_c = {
	name = "Voters begin to lose faith in the party"
	command = { type = dissent value = 2 }
	command = { type = alignment which = communist value = 10 }
	}
}

#########################################################################
# USA Mid-Term Elections
# 322028 - Mid-Term Elections 1946 (by Mettermrck)
#########################################################################
event = { 
id = 322028
random = no
country = USA
trigger = { alignment = democratic }

name = "Mid-Term Elections 1946"
desc = "The mid-term elections were a good way to gauge public reaction to the President's policies in the first two years of the term. They also signaled a realignment in the balance of power in the legislative branch. Voters turn out to the polls to grade their President!"
style = 0

date = { day = 1 month = november year = 1946 } 
offset = 7

action_a = {
	name = "The President is doing a lousy job - Congressional seats lost"
	command = { type = dissent value = 1 }
	command = { type = alignment which = democratic value = 10 }
	}
action_b = {
	name = "Voters back the President - party gains more seats in Congress"
	command = { type = dissent value = -1 }
	command = { type = alignment which = fascist value = 10 }
	}
action_c = {
	name = "Voters begin to lose faith in the party"
	command = { type = dissent value = 2 }
	command = { type = alignment which = communist value = 10 }
	}
}

######################################################################### 
# 322029 - German Aggression on Brittish Isles, US ultimatum (by Copper Nicus, based on Bolt work)
######################################################################### 
# Bolted modified

event = { 
	id = 322029 # Replaces event 9500 of Bolted events
	random = no
	country = USA
	
	trigger = {
		random = 30 # modified, 50 was to strong
		war = { country = ENG country = GER }
		warentry = 100 # important
		NOT = { 
			OR = {
				war = { country = USA country = ENG }
				war = { country = USA country = GER }
				}
			}
		OR = { 
			control = { province = 499 data = GER } # London
			control = { province = 488 data = GER } # Newcastle
			control = { province = 489 data = GER } # Manchester
			control = { province = 490 data = GER } # Sheffield
			control = { province = 491 data = GER } # Cardiff
			control = { province = 497 data = GER } # Birmingham
			control = { province = 498 data = GER } # Coventry
			control = { province = 500 data = GER } # Bristol
			control = { province = 502 data = GER } # Southampton
			control = { province = 503 data = GER } # Portsmouth
		}
		OR = {
			exists = VIC
			control = { province = 527 data = GER } # Paris
		}
		OR = {
			control = { province = 550 data = GER } # Amster
			control = { province = 552 data = GER } # Bruxelles
			control = { province = 615 data = GER } # Prague
			control = { province = 553 data = GER } # Lux
			control = { province = 550 data = GER } # Amsterdam
			control = { province = 594 data = GER } # copenhagen
			control = { province = 664 data = GER } # Oslo
		}
	}

	name = "US Considers Strong Measures Against Germany"
	desc = "No one knows for sure what would have happened if the Germans had really attempted to invade England. It's possible, indeed some historians say likely, that at some point the US would have intervened to prevent German occupation of the British Isles."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 20 # Check for trigger conditions every 20 days
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Send US ultimatum to Hitler" # 
		command = { type = trigger which = 172076 } # Hitler recieves ultimatum
		command = { type = dissent value = -5 }
		}
	action_b = {
		name = "Ignore the aggression for now" # 
		command = { type = influence value = -5 }
		command = { type = dissent value = 5 }
		}
}

######################################################################### 
# 322030 - US ultimatum, USA decision (by Copper Nicus)
######################################################################### 
# Bolted modified

event = { 
	id = 322030 
	random = no
	country = USA
	
	# trigered by GER 172076

	name = "US Considers Strong Measures Against Germany"
	desc = "Germany ignored our ultimatum - their forces still fight in UK. Their diplomats, however, are interested in delaying conflict with USA. What should we do?"
	style = 0

	action_a = {
		name = "Western democracies needs help!" 
		command = { type = war which = GER } # USA declares war
		command = { type = dissent value = -20 } # To lower dissent from DoWing GER...
		}
	action_b = {
		name = "We will remain neutral." # USA backs down
		command = { type = influence value = -5 } # Isolationist policy
		}
}

#########################################################################
# 322031 - Decline of the Dust Bowl (by Prufrock451 & Mettermrck)
#########################################################################
event = { 
id = 322031 
random = no
country = USA

trigger = {
	random = 50
	}

name = "Decline of the Dust Bowl"
desc = "For the Southern Plains of the United States, the 1930s was the time of the Great Depression, made worse by the disastrous Dust Bowl. Years of drought and deep plowing had exposed the top soil of the fertile plains to high winds. Dust storms blanketed the states of the region, devastating farms, wreaking havoc on communities, and bringing further hardship to an already strained economy. By 1938, conditions had eased somewhat, and the worst of the storms had passed. The United States breathed a little easier."
style = 0

	date = { day = 1 month = january year = 1938 } 
	offset = 365
	deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "The Heartland is getting on its feet again"
	command = { type = dissent value = -2 }
	}
}

#########################################################################
# 322032 - The Great Hurricane of 1938 (BY Prufrock451 & Mettermrck)
#########################################################################
event = { 
id = 322032
random = no
country = USA

name = "The Great Hurricane of 1938"
desc = "The East Coast of the United States was devastated by one of the worst natural disasters on record, as a major hurricane, with steady winds up to 121mph and waves as high as 50 ft., smashed across Long Island, leaving a swath of ruin across large parts of New York and New England. By the time it was finished, 700 people were killed, 8,900 homes were destroyed, and around 63,000 people were made homeless. In all, over 2 billion trees were lost. The hurricane caused massive amounts of damage to a nervous economy, causing $6.2 million in damage ($15 billion 1998 dollars)."
style = 0

date = { day = 21 month = september year = 1938 } 
offset = 1

action_a = {
	name = "Reap the whirlwind - hurricane devastates our coast!"
	command = { type = supplies value = -500 }
	command = { type = manpowerpool value = -2 }
	}
}


##################################################
# 322033 - Leon Trotsky Assasination (by Copper Nicus)
##################################################

event = {
	id = 322033
	random = no
	country = USA
	
	# triggered by SOV 222021

name = "Trotsky assasinated - USA reaction"
desc = "Stalin always remembered his enemies, no matter how long time ago they opposed him or how far away they were from Cremlin. One of the most important Stalin's enemies was Leon Trotsky, former creator and first commander of Red Army and important figure of bolsheviks movement. After lost struggle for power after Lenin's demise, Trotsky was exiled from USSR and ventured from country to country tracked by Stalin's spies and assasins. Finally, at August 1940 he was killed by NKVD operative in Mexico. Stalin's brutal action shocked public opinion both in Mexico and in USA."
style = 0 

action_a = {
	name = "OK"
	command = { type = alignment which = communist value = -5 }
	}
}

########################################################
# 322035 - US responds to Eire's offer (by JRaup)
########################################################

event = {
	id = 322035
	random = no
	country = USA

	# triggered by IRE 272059 A

	name = "Eire offers us her Atlantic ports"
	desc = "In spring 1942, the Irish government made inquiries through Gen. William Donovan offering the use of the former Treaty Ports to US Navy ships.  The proposal made it clear that the US Navy was to be the only ones in charge of the ports, and no combat troops would be moved into or through Irish territory.  US officials consulted with their British counterparts before responding officially."
	style = 0

	action_a = {
		name = "We must consult with our allies first"
		command = { type = trigger which = 272061 } #British response
		}

	action_b = {
		name = "We gladly accept the offer"
		command = { type = trigger which = 272062 } #Eire Ports open to USA
		}

	action_c = {
		name = "We have no need of them"
		command = { }
		}
}

################################################################
# 322036 - The Crusade for Democracy at Home (by Ming)
# Source: "Double Victory" by Ronald Takaki
# A - Historically, Roosevelt signed the order a week later
# B - leery of forcing integration on Corporate America
# C - initially refused to negotiate until the march was called off
################################################################
event = {
id = 322036
random = no
country = USA

trigger = {
	atwar = yes
	government = democratic
	}

name = "Blitz the Color Line"
desc = "Hit twice as hard by the Great Depression and almost completely ignored by the New Deal, African Americans hoped to benefit from the high paying boom in war industries as America became the 'Arsenal of Democracy' during the 1940s. Unfortunately, 75% of all war industries refused to hire Blacks to any position and another 15% only hired janitors and menial laborers. Frustrated by the refusal of defense corporations to hire Black workers, the NAACP demanded action from the Federal government. The Union of Black Porters leader A. Phillip Randolph organized a mass protest and march on Washington to involve 100,000 African Americans. Alarmed by the threat to national image and the crusade for his 'Four Freedoms' U.S. President Roosevelt met with Randolph and other civil rights leaders two weeks before the scheduled date of the protest. When Roosevelt asked what he should do in order to stop the march, Randolph demanded an Executive Order outlawing discrimination of any kind in war industry hiring practices." 
style = 0

date = { day = 1 month = december year = 1941 }
offset = 150
deathdate = { day = 30 month = december year = 1947 }

action_a = {
	name = "Agree to Negro demands and sign Executive Order 8802" 
	command = { type = dissent value = 3 } 
	command = { type = influence value = 1 }
	command = { type = manpowerpool value = 25 }
	}

action_b = {
	name = "Counter Offer: Urge corporations to stop discrimination" 
	command = { type = dissent value = 1 }
	command = { type = influence value = -1 }
	}

action_c = {
	name = "You can't threaten this country during war!" 
	command = { type = dissent value = 5 }
	command = { type = influence value = -2 }
	}
}
###############################################
# 322038 - Niels Bohr escapes to the USA (by Ghost_dk)
###############################################
event = {
	id = 322038
	country = USA

	Trigger = {

		random = 20 # High chance

		OR = {
		puppet = { country = DEN country = GER }
		control = { province = 594 data = GER } # Copenhagen	
		}
		
		}
		
	name = "Niels Bohr escapes to the USA"
	desc = "Niels Bohr escapes from Denmark and joins the top secret Manhattan Project."
	style = 0

	date = { day = 15 month = october year = 1943 }
	offset = 2
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Great!"
		command = { type = gain_tech which = 8500 }
		command = { type = gain_tech which = 8501 }
		command = { type = gain_tech which = 8600 }
		command = { type = sleepevent which = 172111 }
		command = { type = sleepevent which = 322039 }
		}
}

###############################################
# 322039 - Niels Bohr doesn't escape to the USA (by Ghost_dk)
###############################################
event = {
	id = 322039
	random = no
	country = USA

	# triggered by GER 172111
	
	name = "Niels Bohr is captured."
	Desc = "Niels Bohr is captured by the Germans and is probably working for them now. We should intensify our own research."
	style = 0

	action_a = { 
		name = "Ok"
		command = { type = gain_tech which = 8500 }
		command = { type = sleepevent which 322038 }
		}
}

##########################################################
## Bolivia and the USA
##########################################################
event = {
id = 322040
random = no
country = USA

name = "Bolivian tin"
desc = "Bolivia was one of the most important producers of tin. In 1942 the government decided to sell the tin to the USA at symbolic prices. In exchange, the Bohan mission helped Bolivia in developing the more remote lands and in improving industry and infrastructures."

style = 0

action_a = { name = "Ok"
		 command = { type = steelpool value = 5000 } # simulates tin going to USA
		}
}

###############################################
# 322050 - Americans in Afghanistan I (by Burris)
###############################################

event = { 
id = 322050
random = no
country = USA
trigger = {
	NOT = {
		OR = {
			war = { country = USA country = AFG }
			war = { country = ENG country = AFG }
			}
		}
	random = 50
	}

name = "The US seeks exclusive oil exploration rights"
desc = "In the mid 30's the Afghans were seeking contracts with people to attempt to find oil. The primary choice of the Afghan government was the US, in hopes of establishing a legation. The Afghans refused to give it the Russians or British, the French showed no interest, and there would surely be protest of giving contracts to Germany and Japan." 
style = 0 

date = { day = 1 month = january year = 1936 } 
offset = 15
deathdate = { day = 30 month = december year = 1936 }

action_a = {
	name = "Seek Agreements with the Afghans" 
	command = { type = trigger which = 1102005 }
	command = { type = supplies value = -5000 } #money
	}
action_b = {
	name = "We have no use for this!"
	command = { type = trigger which = 1102006 }
	}
} 

###############################################
# 322051 - Americans in Afghanistan II (by Burris)
###############################################

event = { 
id = 322051
random = no
country = USA
trigger = {
	random = 50
	NOT = {
		OR = {
			war = { country = USA country = AFG }
			war = { country = ENG country = AFG }
			}
		}
	event = 2001 # Anschluss of Austria
	OR = {
		event = 2003 # Sudetenland to Germany
		event = 2004 # Czechs allied with Germany
		}
	}

name = "The US withdrawal from Afghanistan"
desc = "With the events in Europe intensifying, the US weighed options on whether to stay and continue searching for oil or to leave." 
style = 0 

date = { day = 1 month = january year = 1939 } 
offset = 15
deathdate = { day = 15 month = august year = 1939 }

action_a = {
	name = "The events in Europe force us to leave Afghanistan"
	command = { type = trigger which = 1102007 }
	}
action_b = {
	name = "We must stay, our investments in Afghanistan are important!"
	command = { type = trigger which = 1102008 }
	}
} 


####################################
# Finland Requests loan(USA) (by Ghost_dk)
####################################

event = {
	id = 322052
	random = no
	country = USA

	# triggered by FIN 1002054

	name = "Finnish request for loan"
	desc = "Shortly after the outbreak of war the Finnish ambassador in Washington, Procop relayes a request by the finnish Prime minister Ryti that a loan of 60 million dollars be given to Finland. the money are needed to buy much needed supplies for the finnish army."
	style = 0

	action_a = {
		name = "Deny credit"
		command = { type = trigger which = 1002055 }
		}
	action_b = {
		name = "Grant loan"
		command = { type = trigger which = 1002056 }
		}
}
####################################
# Send money to Finland (by Ghost_dk)
####################################

event = {
	id = 322053
	random = no
	country = USA

	trigger = {
		random = 20
		event = 2621
		event = 1002054
		war = { country = SOV country = FIN }
		NOT = { 
			event = 2628
			alliance = { country = FIN country = GER }
			alliance = { country = USA country = SOV }
			}
		}
	name = "Civilian aid for Finland"
	desc = "The american congress decided today that whereas further support could not be given to the finnish military it could still be deemed aproppriate to issue money in support of the civilian population in Finland. As a consequence of this policy Finland was granted a total of 600.000$ in help to the civilian population."
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Grant aid"
		command = { type = influence value = -1 }
		command = { type = trigger which = 1002079 }
		}
}
######################################
# Policy on US citizens in foreign wars (by Ghost_dk)
######################################

event = {
	id = 322054
	random = no
	country = USA

	trigger = {
		random = 20
		event = 1002086
		war = { country = SOV country = FIN }
		NOT = { 
			event = 2628
			alliance = { country = FIN country = GER }
			alliance = { country = USA country = SOV }
			}
		}
	name = "US Policy"
	desc = "Today the american president made an announcement regarding the US policy on US citizens participating in foreign wars. He repeated that any american citizen who participates on any side of a non-US conflict will loose his american citizenship. Americans pariticipating in the Finnish-Soviet war however would not loose their citizenship, since there had never been a forman Decleration of War from the Soviets."
	style = 0

	date = { day = 30 month = august year = 1939 }
	offset = 2
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Issue statement"
		command = { type = influence value = -1 }
		}
}
########################################
# Military exports for USSR (by Ghost_dk)
########################################

event = {
	id = 322055
	random = no
	country = USA

	trigger = {
		event = 2621
		NOT = { 
			event = 2628
			war = { country = USA country = SOV }
			alliance = { country = GER country = SOV }
			}
		}
	name = "USSR Exports"
	desc = "Despite the war in Finland throughout the first months of the war USA continued to sell military equipment to the USSR. This amounted to almost 32 million dollars worth of military equipment."
	style = 0

	date = { day = 30 month = april year = 1940 }
	offset = 10
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = "Sell supplies"
		command = { type = supplies value = -500 }
		command = { type = influence value = 1 }
		command = { type = trigger which = 222049 }
		}
}


#########################################################################
#  322056 - American Industries supply Nationalist Spain (by Fallout_Boy)
#########################################################################
event = { 
	id = 322056 # 45010
	random = no
	country = USA
	
	name = "Franco Receives Support from American Industry"
	desc = "When the Spanish Civil War broke out in July 1936, Texas Oil Company president Thorkild Rieber ordered oil tankers bound for Spain to be redirected to the insurgents. Although the U.S. policy was one of non-intervention, oil was not listed as a war material under the Neutrality Act. Texas Oil supplied Franco with $6 million in oil on credit during the civil war, and was fined only $22,000 for falsely declaring the shipments were going to France and not Spain. Additional supplies including over 12,000 trucks were sold to the Nationalists by American companies including Ford, Studebaker, Standard Oil, and General Motors."
	style = 0

	trigger = { 
		atwar = no
		war = { country = SPR country = SPA }  
		event = 3102   # USSR supports SPR
		random = 5
		NOT = { 
			event = 3103 # UK supports SPR
			alliance = { country = ENG country = SPR }
			war = { country = ENG country = SPA }
			war = { country = ENG country = GER }
		}
	}

	date = { day = 20 month = july year = 1936 }
	offset = 3
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = "Allow oil shipments to Nationalist Spain"
		command = { type = supplies value = -200 } 
		command = { type = oilpool value = -1000 }
		command = { type = trigger which = 802035 } # SPA 45011
	}

	action_b = {
		name = "Block all military and economic aid to Spain" 
		command = { type = dissent value = 2 }
		command = { type = industry which = 203 value = -4 } # Houston
		command = { type = industry which = 116 value = -2 } # Detroit
		command = { type = industry which = 124 value = -1 } # New York
	}
}


############################################################
# Soviets Request Naval Tech Event
# Original Concept by Barrabas and Copper Nicus
# by MateDow
############################################################

event = {

	id = 322097
	random = no
	country = USA
	trigger = {
		event = 222015
		atwar = no
		}

	name = "Soviets Request Naval Technology"
	desc = "Although the Soviet Navy has been primarily a defensive tool, Stalin has decided that he would like the ability to project power with naval forces built around modern battleships and large cruisers.  As a part of this change in policy, the Soviet ambassador has approached the State Department with a request to aquire the technical knowledge from an American company.  If we agree to this measure it would allow the naval architecture firm of Gibbs and Cox to share design work about modern shipbuilding practices and modern dual purpose secondary battery mounts with their Soviet counterparts."
	style = 0

	date = { day = 10 month = may year = 1937 }
	offset = 10
	deathdate = { day = 30 month = december year = 1939 }

	action_a = {
		name = "Allow Gibbs and Cox to work with the Soviets"
		command = { type = supplies value = 2500 }
		command = { type = sleepevent which = 222066 } #American Refusal Event
		}

	action_b = {
		name = "It would be against our national intrests at this time"
		command = { type = sleepevent which = 222065 } #Americans Share Tech Event
		}
}

##############################################
# US takes control over Iceland and Greenland
##############################################

event = { 
	id = 322024
	random = no
	country = USA
	
	# UK invades Iceland

	name = "US control of Iceland and Greenland (ENG)"
	desc = "Some months after British marines landed in Iceland, control was handed over to US forces."
	style = 0

	# Triggered by ENG 492109

	action_a = {
		name = "Ok."
		command = { }
	}

}

#########################################################################
#  The Panay Incident (USA)
#########################################################################
event = { 
	id = 322000
	random = no
	country = USA
	
        # triggered by 38012 (Japan)
	
	name = "Panay Incident (USA)"
	desc = "The US gunboat 'Panay' has been destroyed outside Nanjing while evacuating diplomatic staff. The Japanese foreign minister has apologised and those responsible were brought to justice."
	style = 0
	
	action_a = {
		name = "The American people will understand." # Historical, marginal WE increase
		command = { type = warentry value = 1 }
	}
}
#########################################################################
#  The Panay Incident (USA)
#########################################################################
event = { 
	id = 322001
	random = no
	country = USA
	
        # triggered by 38012 (Japan)
	
	name = "Panay Incident (USA)"
	desc = "The US gunboat 'Panay' has been destroyed outside Nanjing while evacuating diplomatic staff. Japanese diplomats state that the gunboat was aiding Nationalist forces and was a legitimate target."
	style = 0
	
	action_a = {
		name = "The American people will not accept this. " # WE increase
		command = { type = warentry value = 10 }
	}

}


#########################################
# 1936 World Series Event
# by MateDow
#########################################

event = {

	id = 322245
	random = no
	country = USA
	trigger = { 
		atwar = no
	}

	name = "1936 World Series"
	desc = "The New York Yankees have won the World Series by defeating the New York Giants in 6 games.  The Giants took the first game behind an impressive pitching performance by Carl Hubbell but the Yankees came back to win game 2, crushing the Giants 18-4.  The Yankees would win the next two before dropping game 5 in extra innings.  The Yankees clinched the series in game 6, scoring seven runs in the ninth."
	style = 0

	date = { day = 6 month = october year = 1936 }


	action_a = {
		name = "The Yankees win the World Series"
		command = { }
		}
}

############################################
# 1937 World Series Event
# by MateDow
############################################

event = {

	id = 322246
	random = no
	country = USA
	trigger = { 
		atwar = no
	}

	name = "1937 World Series"
	desc = "The New York Giants again fell to the New York Yankees in the world series losing to the Yankees four games to one.  The Yankees won the first three games of the series by at least four runs each game.  Carl Hubbell got the game 1 start again this year, but this time the Yankees jumped on him scoring seven runs in five innings.  The Giants did manage to win game 4 before the Yankees clinched the series in game 5."	
	style = 0

	date = { day = 10 month = october year = 1937 }

	action_a = {
		name = "The Yankees win the World Series"
		command = { }
		}
}

##############################################
# 1938 World Series Event
# by MateDow
##############################################

event = {

	id = 322247
	random = no
	country = USA
	trigger = { 
		atwar = no
	}
	name = "1938 World Series"
	desc = "The Yankees have won their third straight world series.  This time they swept the Chicago Cubs to gain the championship.  This is the first time that a team has won three straight Major League baseball championships.   Yankee shortstop Frankie Crosetti and second baseman Joe Gordon were the offensive and defensive stars of the series.  Pitcher Red Ruffing won two of the games for the Yankees pitching two complete games and only giving up three runs over the two games."
	style = 0

	date = { day = 9 month = october year = 1938 }

	action_a = {
		name = "The Yankee win their third World Series in a row"
		command = { }
		}
}

###############################################
# 1939 World Series Event
# by MateDow
###############################################

event = {

	id = 322248
	random = no
	country = USA
	trigger = { 
		atwar = no
	}

	name = "1939 World Series"
	desc = "The Cincinnati Reds were the New York Yankees victim on the way to the Yankees unprecidented fourth consecutive World Series title.  The Reds were swept in four straight games only able to score eight runs off the Yankee pitching."
	style = 0

	date = { day = 8 month = october year = 1939 }

	action_a = {
		name = "The New York Yankees win the World Series"
		command = { }
		}
}

###############################################
# Casablanca Opens in Theaters Event
# by MateDow
# Concept by CORE Forum
###############################################

event = {

	id = 322249
	random = no
	country = USA
	trigger = {
		exists = VIC
		}

	name = "Casablanca Opens in Theaters"
	desc = "This movie starring Humphrey Boggart and Ingrid Bergman openned in theaters across the United States today.  The movie is the story of an American in French Morocco during the late 1930s.  It is story about a French resistance leader Victor Laslo (played by Paul Henreid) and his wife (played by Ingrid Bergman) are attempting to escape Nazi controlled France.  Boggart plays Rick Blaine, the owner of Rick's Place, the bar where most of these transactions in travel visas takes place.  The focus of the movie is the tension between Bergman and Bogart because of their past relationship.  It will go on to become an American classic."
	style = 0

	date = { day = 23 month = january year = 1943 }

	action_a = {
		name = "Casablanca opens across the Nation"
		command = { }
		}
}

################################################
# War of the Worlds Event
# by MateDow
# Concept by CORE Forum
################################################

event = {

	id = 322250
	random = no
	country = USA
	trigger = { 
		atwar = no
	}

	name = "War of the Worlds Panics the Countries"
	desc = "A radio play written by Orsen Wells and broadcast across the nation, when it unfolded dance music was interrupted a number of times by fake news bulletins reporting that a 'huge flaming object' had dropped on a farm near New Jersey. As the audience sat on the edge of their seats, actors playing news announcers, officials and other roles one would expect to hear in a news report, described the landing of an invasion force from Mars and the destruction of the United States. The broadcast also contained a number of explanations that it was all a radio play, but if members of the audience missed a brief explanation at the beginning, the next one didn't arrive until 40 minutes into the program.  People packed the roads, hid in cellars, loaded guns, even wrapped their heads in wet towels as protection from Martian poison gas, in an attempt to defend themselves against aliens, oblivious to the fact that they were acting out the role of the panic-stricken public that actually belonged in a radio play."
	style = 0

	date = { day = 30 month = october year = 1938 }

	action_a = {
		name = "War of the Worlds panics the country"
		command = { type = dissent value = 1 }
		}
}

##################################################
# US Hindenburg Crashes in NJ Event
# by MateDow
# Concept by CORE Forum
##################################################

event = {

	id = 322251
	random = no
	country = USA

	# triggered by 172075

	name = "Hindenburg destroyed"
	desc = "The Hindenburg was coming in for a landing at the naval air station in Lakehurst New Jersey.  The Hindenburg was a thrilling site as she approached the landing site.  Almost three football fields long and with luxurious dining salons and staterooms.  A tongue of flame appeared at the stern of the airship and spread forward destroying the airship in only 32 seconds.  Broadcaster Herb Morrison found himself reporting the biggest story of his career.  His smooth delivery became a jumble of impressions as the emotions of the unfolding disaster took hold.  The crowd stood mesmerized by the flames consuming the airship until the flames destroyed the scarlet letters of the airship's name.  36 people died in the crash including the Hindenburg's captain Ernst Lehmann."
	style = 0

	action_a = {
		name = "It was a horrible disaster"
		command = { }
		}
}

####################################################
# 1940 World Series Event
# by MateDow
####################################################

event = {

	id = 322252
	random = no
	country = USA
	trigger = { 
		atwar = no
	}

	name = "1940 World Series"
	desc = "For the first time in four years the New York Yankees did not get to the World Series.  It was also the first time in four years that the World Series went the full seven games to decide the winner.  The Cincinnati Reds managed to knock off the Detroit Tigers to win their first championship since they won in the controversial 1919 World Series which was tainted by the Black Sox scandal.  The Tigers were within one game of winning after winning game 5, but the Reds came back to take the next two and win it all."
	style = 0

	date = { day = 8 month = october year = 1940 }

	action_a = {
		name = "The Reds win the World Series"
		command = { }
		}
}

#####################################################
# 1941 World Series Event
# by MateDow
#####################################################

event = {

	id = 322253
	random = no
	country = USA
	trigger = { 
		atwar = no
	}

	name = "1941 World Series"
	desc = "After missing the World Series last year, the Yankees were back to their championship ways.  The Yankees won their fifth championship in six years by beating those bums from Brooklyn in five games.  The only game that the Dodgers were able to win was game 2.  All of the games were very close with four of the five games being decided by two runs or less."
	style = 0

	date = { day = 6 month = october year = 1941 }
	offset = 1

	action_a = {
		name = "The Yankees win the World Series"
		command = { }
		}
}


